翻訳と辞書
Words near each other
・ Compigny
・ Compilation
・ Compilation (Caustic Window album)
・ Compilation (The Clean album)
・ Compilation album
・ Compilation and Translation Bureau
・ Compilation Appearances Vol. 1
・ Compilation Appearances Vol. 2
・ Compilation Deluxe
・ Compilation error
・ Compilation film
・ Compilation of Final Fantasy VII
・ Compilations 1995–2002
・ Compilations in the Sonic series
・ Compile (publisher)
Compile and go system
・ Compile farm
・ Compile Heart
・ Compile time
・ Compile time function execution
・ Compiled Fragments 1997–2003
・ Compiled language
・ Compiled Wireless Markup Language
・ Compiler
・ Compiler (anime)
・ Compiler construction
・ Compiler correctness
・ Compiler Description Language
・ Compiler-compiler
・ Compiling environment


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Compile and go system : ウィキペディア英語版
Compile and go system
In computer programming, a compile and go system, compile, load, and go system, assemble and go system, or load and go system
is a programming language processor in which the compilation, assembly, or link steps are not separated from program execution. The intermediate forms of the program are generally kept in primary memory, and not saved to the file system.
Examples of compile-and-go systems are WATFOR, PL/C, and Dartmouth BASIC.
A example of a load-and-go system is the OS/360 loader, which performed many of the functions of the Linkage Editor, but placed the linked program in memory rather than creating an executable on disk.
Compile and go systems differ from interpreters, which either directly execute source code or execute an intermediate representation.
==Analysis==
Advantages of compile-and-go systems are:
* The user need not be concerned with the separate steps of compilation, assembling, linking, loading, and executing.
* Execution speed is generally much superior to interpreted systems.
* They are simple and easier to implement.
Disadvantages of compile-and-go loaders are:
* There is wastage in memory space due to the presence of the assembler.
* The code must be reprocessed every time it is run.
* Systems with multiple modules, possibly in different languages, cannot be handled naturally within this framework.
Compile-and-go systems were popular in academic environments, where student programs were small, compiled many times, usually executed quickly and, once debugged, seldom needed to be re-executed.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Compile and go system」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.